home *** CD-ROM | disk | FTP | other *** search
/ Software USA 3 #11 / Software USA Volume 3.11.iso / mac / Home and Office / QEdit / ReadMe / ReadMeQE.027 next >
Text File  |  1997-08-22  |  5KB  |  86 lines

  1. -------------------------------
  2. QEdit version 0.2.7
  3. -------------------------------
  4.  
  5. QEdit is a simple monostyled text editor that runs on the System 7 or later versions of Mac OS. It was supposed to provide quick manipurations, so named QEdit.
  6.  
  7. • Significant changes in version 0.2.7
  8. 1. Almost every task other than drag-and-drop can be recorded by Script Editor.
  9.  
  10. 2. Fast caret mode (Edit / Caret Mode) is a new feature. Try it if you are not satisfied with the top speed of the Keyboard control panel. But if you feel it’s too fast to edit, go back to the normal speed.
  11.  
  12. 3. The previous versions of QEdit saved preferences of each document in resource of type 'PREF'. Now, the format is same but the resource type is modified to 'QEdt' to distinguish it from other applications’ preferences. In either case, document preferences of QEdit are currently saved in only files made by QEdit.
  13. Usually, you don’t need to be conscious of that as long as you use QEdit 0.2.6 or later versions (reading 'QEdt' type is supported by 0.2.6).
  14.  
  15. 4. Class of selection property of AppleScript is changed from class reference to class selection object (because I found “Winter 1992 Apple Event Registry Errata” describes class ID of pSelection is cSelection). This means you can use “property of selection” expression like this:
  16.     offset of selection of document 1
  17. * QEdit defined the class name of cSelection as “selection object” instead of “selection-object” though it’s no effect as long as you use selection property.
  18.  
  19. • Bug fixed (in 0.2.6)
  20. As a serious problem, I detected that QEdit 0.2.5(a) could not even launch on some environment. The problem was fixed  in QEdit 0.2.6.
  21.  
  22. • Data size
  23. Document data size you can edit by QEdit depends on the application memory that can be modified in the Finder.
  24.  
  25. • Undo and Redo
  26. QEdit supports up to three degrees of undo and redo for each document. But when QEdit failed to get memory, undo data can be purged.
  27.  
  28. • Drag and Drop
  29. If Drag Manager is installed on your computer, you can do drag-and-drop on the document windows or the Find dialog box. Receiving text files is also available.
  30.  
  31. • AppleScript
  32. If AppleScript is installed on your computer, QEdit is scriptable and Execute Script command is enabled in Options menu. By this command you can execute scripts in Scripts folder. Why don’t you try write your own scripts and put them in the folder? (When QEdit can not open the Scripts folder at once, try rebuilding the desktop file.)
  33. To refer for events and  classes, do Open Dictionary command of the Script Editor and choose QEdit.
  34.  
  35. • Speech
  36. If Speech Manager is installed on your computer, Speak command is enabled in Options menu and QEdit can make your computer speak. But only languages Speech Manager supports.
  37. Since QEdit passes a copy of text to the Speech Manager just once, you can freely edit the text while computer is speaking.
  38. (If neither AppleScript nor Speech Manager is enabled, Options menu will not appear.)
  39.  
  40. • Shortcuts Guide
  41. If Apple Guide is installed on your computer and QEdit Shortcuts file is in the folder of QEdit application, you can see about shortcuts from the guide menu.
  42.  
  43. • View
  44. Items of View dialog box just effect view on the display. For example, though document windows can be inverted or meshed, results of printing documents are always normal. And showing return characters does not effect whether or not to print them.
  45.  
  46. • Properties of each document
  47. Items of Page Setup dialog box and every dialog box which has the Set Default button are properties of each document. For example, whether or not to print return characters of the Print Option dialog box is a property of each document. (I think printing special characters is useful just for the text to be proofed.)
  48.  
  49. • Right-to-left direction language
  50. If the scripting system containing WorldScript I is installed on your computer, you can edit text of right-to-left direction language like Arabic or Hebrew with QEdit on condition that the contents are not bidirectional, for example, Hebrew context contains no English words.
  51.  
  52. • A problem of AppleScript
  53. When you select a large text and make AppleScript do following statement, a system error can happen.
  54.     if selection as text is not "" then
  55. To avoid that, replace it with the following statement.
  56.     if 0 < length of selection then
  57.  
  58. • Wow!
  59. Take it easy, please, if you found that the color of status bar changes day by day. It’s just a feature of QEdit.
  60.  
  61. • Environment
  62. This version of QEdit was developed and tested mainly or only on the following environment. Not tested on Mac OS 8 yet.
  63.     Computer: Macintosh LC475
  64.             (tuned to 33MHz with FPU; tuning not recommended)
  65.     OS: Mac OS 7.6.1, System 7.5.1, 7.1 and several Language Kits
  66.     Development tools:
  67.             Symantec C++ version 7.0 (C language)
  68.             Guide Maker 1.4b3
  69.     Keyboard: Apple Keyboard II
  70.     Printer: PC-PR1000E/4, NEC
  71.     Printer driver: MacPrint Pages ver.1.0.1, Kansai Electric
  72.  
  73. • Distribution
  74. QEdit 0.2.7 is a freeware. You can distribute it to your friends.
  75. QEdit is copyrighted and all rights to it are reserved by the author Lyomei Sakai.
  76. Scripts in Scripts folder are also copyrighted but I will not insist on them. You may, I think, use those scripts on your responsibility.
  77. I will not take responsibility for results of using QEdit. But I will appreciate your bug reports or advices.
  78.  
  79. • Thanks
  80. Thanks to the users who gave me reports for improvement of QEdit.
  81.  
  82.  
  83. Aug, 1997
  84. Lyomei Sakai
  85. E-mail: NDA02214@pcvan.or.jp  /  SSC01348@niftyserve.or.jp
  86.